VectorChangedEventHandler Generic Delegate

Represents the method that handles the changed event of an observable vector.

Syntax

public generic<typename T>
delegate void VectorChangedEventHandler`1(
         IObservableVector<T>^ sender,
         IVectorChangedEventArgs^ event
)  

Type parameters

T
The type of the values in the vector.

Parameters

sender
Type: IObservableVector<T> 

The observable vector that changed.

event
Type: IVectorChangedEventArgs 

The description of the change that occurred in the vector.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Collections Namespace